Get Attributes
Get Attributes
Path Parameters
workspaceName string required
Response
tabName
string
Group name for workspace attributes.
underTrial
boolean
A boolean value indicating whether grouped attributes under trail.
subscribeLink
string
The Link for subscription.
attributes
array
List of attributes within group.
Sample Response
[
{
"tabName": "MIRACL",
"underTrial": false,
"subscribeLink": "/realms/grootan/marketplace/templates/Partners/4445b9b1-b0fc-4773-a307-57e4a771daad",
"attributes": [
{
"providerId": "miracl_client_id",
"label": "miracl-client-id",
"attributeName": "MIRACL_PROJECT_APP_CLIENT_ID",
"attributeValue": "aln1lainc1swj",
"canBeViewed": true,
"canBeRotated": false,
"canBeUpdated": true,
"secret": false,
"showInSubTenant": true,
"json": false,
"readOnly": false
},
{
"providerId": "miracl_client_secret",
"label": "miracl-client-secret",
"attributeName": "MIRACL_PROJECT_APP_CLIENT_SECRET",
"attributeValue": "51sU1cvxzgRMiGCCLYPtLr4riZQ3a00J5HANzVE3H6o",
"canBeViewed": true,
"canBeRotated": false,
"canBeUpdated": true,
"secret": false,
"showInSubTenant": true,
"json": false,
"readOnly": false
}
]
}
]
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...